summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/(procurement)/bid-receive/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp/(evcp)/(procurement)/bid-receive/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/(procurement)/bid-receive/page.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/(procurement)/bid-receive/page.tsx b/app/[lng]/evcp/(evcp)/(procurement)/bid-receive/page.tsx
index 0d725bbf..4f6e9715 100644
--- a/app/[lng]/evcp/(evcp)/(procurement)/bid-receive/page.tsx
+++ b/app/[lng]/evcp/(evcp)/(procurement)/bid-receive/page.tsx
@@ -4,7 +4,7 @@ import { GetBiddingsSchema, searchParamsCache } from '@/lib/bidding/validation'
import { BiddingsReceiveTable } from '@/lib/bidding/receive/biddings-receive-table'
export const metadata: Metadata = {
- title: '입찰서접수및마감',
+ title: '입찰서 접수 및 마감',
description: '입찰서 접수 및 마감 현황을 확인하고 개찰을 진행할 수 있습니다.',
}
@@ -26,7 +26,7 @@ export default async function BiddingReceivePage({
<div className="flex flex-col gap-4 p-4">
<div className="flex items-center justify-between">
<div>
- <h1 className="text-2xl font-bold tracking-tight">입찰서접수및마감</h1>
+ <h1 className="text-2xl font-bold tracking-tight">입찰서 접수 및 마감</h1>
<p className="text-muted-foreground">
입찰서 접수 현황을 확인하고 개찰을 진행할 수 있습니다.
</p>